Xbasic

A5.ACTIVATING Function

Syntax

Window_Name as C = A5.Activating()

Description

Return name of object that is being activated (if known).

Discussion

The A5.ACTIVATING() method tells you the name of the MDI window that has just gotten focus. Note: You can change a modeless Xdialog into a MDI window by adding the {MDICHILD}command.

Example

? a5.Activating()
= "Code_Editor"

Limitations

Desktop applications only.

See Also